home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / popit.zip / POPIT30.DOC < prev    next >
Text File  |  1993-03-03  |  17KB  |  450 lines

  1. INTRODUCING POPIT!
  2.  
  3.  
  4.    (c) Copyright 1990-92 by
  5.  
  6.                       ▄▄████▄▄
  7.             ▄█▀█▄   ▄█▀▀  ▀▀███▄
  8.            █▀   ▀█▄█▀        ███
  9.            ▀█▄ ▄█▀ ▀█▄▄    ▄██▀
  10.              ▀▀▀      ▀▀▀▀▀▀
  11.            ███           ▄███ ███          ███  ▄██
  12.            ███ ▄▄▄ ▄▄▄  ▄███▄ ▄▄▄ ▄▄▄ ▄▄▄  ▄▄▄ ▄███▄  ▄▄▄▄
  13.            ███ ███▀ ███  ███  ███ ███▀ ███ ███  ███  ███▄██
  14.            ███ ███  ███  ███  ███ ███  ███ ███  ███▄ ▀██▄▄▄
  15.  
  16.             T   E   C   H   N   O   L   O   G   I   E   S
  17.  
  18.                    11433 Cronhill Drive, Suite H
  19.                        Owings Mills, MD 21117
  20.                           (410)-363-1097
  21.                        FAX:  (410)-363-3779
  22.  
  23.  
  24. OVERVIEW
  25.  
  26.    PopIT! turns almost any program into a memory resident pop-up
  27.    utility.  Simply press PopIT!'s hot-key (the default is CTRL-
  28.    F1), and you can execute any of the programs defined to Pop-
  29.    It's menu, or execute any DOS command-line.
  30.  
  31.    PopIT! was designed primarily with network administrators in
  32.    mind, although network power-users will also undoubtedly enjoy
  33.    the convenience of PopIT!   Network administrators can use
  34.    PopIT! to jump into NetWare utilities like RCONSOLE, SYSCON,
  35.    FCONSOLE and others, without exiting their application.
  36.  
  37.    This .ZIP file includes a 30-day trial version of PopIT!, allowing
  38.    you to try PopIT! for 30 days of actual use before deciding
  39.    whether or not to purchase it.
  40.  
  41.  
  42.  
  43. INSTALLING POPIT!
  44.  
  45.  
  46.    COPY POPIT! TO YOUR SERVER
  47.  
  48.    Copy PopIT!'s program files into SYS:PUBLIC or other
  49.    appropriate directory on your file server.  The following
  50.    files are required:
  51.  
  52.       PINSTALL.EXE
  53.       POPIT30.COM
  54.       POPIT30.OVR
  55.       VIDEO.OVR
  56.       PCONFIG.EXE
  57.       POPIT.DAT
  58.  
  59.    Note:  If you are running other Infinite Technologies'
  60.    utilities, they share a common VIDEO.OVR file.  Use the
  61.    VIDEO.OVR with the most recent date stamp.
  62.  
  63.  
  64.    RUN PINSTALL TO INITIALIZE POPIT!
  65.  
  66.    Run PINSTALL.EXE to initialize the PopIT! 30 day trial period.
  67.  
  68.  
  69.    RUN PCONFIG TO CUSTOMIZE POPIT!
  70.  
  71.    PopIT! functions as a rudimentary menuing application.  In
  72.    order to define the items that will be made available on Pop-
  73.    It's pop-up menu, you must execute the PCONFIG utility.  Type
  74.    PCONFIG to create/edit the default menu profile, POPIT.DAT, or
  75.    type PCONFIG MENUFILE, where MENUFILE is the name of the menu
  76.    profile that you are creating.
  77.  
  78.    Within PCONFIG, press <Insert> to define additional
  79.    applications.  The following fields are available for each
  80.    application:
  81.  
  82.       Description (Required) - This is the descriptive name for
  83.       the application that will appear on PopIT!'s menus.
  84.  
  85.       Executable File Information:
  86.  
  87.           Drive (Optional if program is in path) - The drive
  88.           letter on which the program file is located.
  89.  
  90.           Directory (Optional if program is in path) - The
  91.           directory on the specified drive where the program file
  92.           is located.  DOS environmental variables can be used
  93.           by surrounding the variable name with % characters,
  94.           i.e., %USER%.
  95.  
  96.           File Name (Required) - The file name of the executable
  97.           program file (or batch file).  Include the .EXE, .COM,
  98.           or .BAT extension as appropriate.
  99.  
  100.           Parameters (Optional) - This defines any command line
  101.           parameters to be passed to the program.  To prompt for
  102.           a command-line parameter, place a ? in the first field,
  103.           followed immediately by an optional text prompt to be
  104.           presented to the user when this application is
  105.           selected.
  106.  
  107.       Working Drive or Directory (OPTIONAL) - These fields
  108.       specify an optional work directory to change to when the
  109.       application is executed.  This is optional.
  110.  
  111.  
  112.    LOAD POPIT!
  113.  
  114.    To load PopIT!, simply type POPIT30.
  115.  
  116.    Optional command-line parameters include:
  117.  
  118.       /P=MENUFILE where MENUFILE is the PopIT! menu profile file
  119.       to use instead of POPIT.DAT.
  120.  
  121.       /M=??? where ??? is the number of KB of swap area PopIT!
  122.       should use.  PopIT! defaults to 384KB.
  123.  
  124.       /NE tells PopIT! not to use Expanded memory for swapping.
  125.  
  126.       /NX tells PopIT! not to use Extended memory for swapping.
  127.  
  128.       /NU tells PopIT! not to use 386-to-the-MAX or QEMM upper
  129.       memory blocks to reduce conventional memory overhead.
  130.  
  131.       /D tells PopIT! not to use Expanded or Extended memory for
  132.       swapping, and to swap to disk.  (PopIT! will swap to disk
  133.       by default if insufficient expanded or extended memory is
  134.       available.)  Note:  PopIT! creates a swap file in C:\ or
  135.       the directory specified via the DOS TMP environmental
  136.       variable.  PopIT! is NetWare aware, so multiple
  137.       workstations can safely use the same TMP directory.
  138.       /U unloads or de-installs PopIT!.
  139.  
  140.    You can also change PopIT!'s default hot-key of CTRL-F1 via
  141.    the command line with the following command line parameters:
  142.  
  143.      @    Tells PopIT! to use <ALT> instead of <CTRL> in the hot-
  144.           key.
  145.  
  146.      %    Tells PopIT! to use <CTRL>-<ALT> instead of just <ALT>
  147.           in the hot-key.
  148.  
  149.      &    Tells PopIT! to use <CTRL>-<LEFT SHIFT> instead of
  150.           <ALT> in the hot-key.
  151.  
  152.      !    Tells PopIT! to use <ALT>-<LEFT SHIFT> instead of
  153.           <ALT> in the hot-key.
  154.  
  155.      A-Z  Any alphabetic character from A to Z can be specified
  156.           to work in conjunction with <ALT> or <CTRL> in the hot-
  157.           key.
  158.  
  159.      Fxx  Any function key (F1-F12) can be specified to work in
  160.           conjunction with <ALT> or <CTRL> in the hot-key.
  161.  
  162.    Examples:
  163.  
  164.       POPIT30 alone defaults to the <CTRL>-<F1> hot-key, or if Pop-
  165.       It has already been loaded, the hot-key is not changed.
  166.  
  167.       POPIT30 X tells PopIT! to use <CTRL>-<X> as its hot-key.
  168.  
  169.       POPIT30 @Z tells PopIT! to use <ALT>-<Z> as its hot-key.
  170.  
  171.       POPIT30 F12 tells PopIT! to use <CTRL>-<F12> as its hot-key.
  172.  
  173.       POPIT30 %F5 tells PopIT! to use <CTRL>-<ALT>-<F5> as its hot-key.
  174.  
  175.       POPIT30 &Z tells PopIT! to use <CTRL>-<LEFT SHIFT>-<Z> as its
  176.       hot-key.
  177.  
  178.       POPIT30 !F1 tells PopIT! to use <ALT>-<LEFT SHIFT>-<F1> as its
  179.       hot-key.
  180.  
  181.  
  182.  
  183. POPPING UP POPIT!
  184.  
  185.    Press the PopIT! hot-key defined when loading PopIT!, and the
  186.    PopIT! menu will be displayed.
  187.  
  188.    Select an application by moving the highlight-bar, or by
  189.    typing in the first one or more letters of the application
  190.    name.  Then press <Enter> to execute the application.
  191.  
  192.    In addition to any defined applications, you can also press F2
  193.    to access a DOS Command Window, where you can enter any DOS
  194.    command.
  195.  
  196.    To disable access to the DOS Command Window, set the DOS
  197.    environmental variable POPDOS to NO (e.g., SET POPDOS=NO).
  198.  
  199.  
  200. COMPATIBILITY CONSIDERATIONS
  201.  
  202.    PopIT! may experience problems with some revisions of some
  203.    manufacturer's VGA adapters.  If your screen becomes corrupted
  204.    when PopIT! pops up, or after exiting PopIT!, load the additional
  205.    TSR in this .ZIP file, VGASAVE prior to loading POPIT.COM.
  206.  
  207.  
  208.  
  209. ORDERING POPIT!
  210. ---------------
  211.  
  212. PopIT! is currently available for $99, for unlimited use per file
  213. server.
  214.  
  215.                                                                     COST
  216.  
  217. Please rush me ___ copies of PopIT! at $99 per file server.     ____________
  218.    Disk Size:  ___ 3-1/2  ___ 5-1/4
  219.  
  220. Maryland residents add 5% sales tax                             ____________
  221.  
  222. Shipping and Handling (UPS Ground Service) *                    _______$7___
  223. ============================================================================
  224. TOTAL                                                           ____________
  225.  
  226.    Name:  __________________________________________________________________
  227. Company:  __________________________________________________________________
  228. Address:  __________________________________________________________________
  229.    City:  _____________________  State:  ________  Zip:  ___________________
  230. Country:  _____________________
  231.  
  232. Telephone Number:  _________________________________________________________
  233.       FAX Number:  _________________________________________________________
  234.    CompuServe ID:  ___________________
  235.      MHS Address:  ___________________ (via _________)
  236.  
  237. Method of Payment:            ___ Visa  ___ Master Card  ___ Check Enclosed
  238.                                   Card #:  _________________________________
  239.                       Name of Cardholder:  _________________________________
  240.                                Signature:  _________________________________
  241.                          Expiration Date:  _________________________________
  242.  
  243.  
  244. * Overseas payments by Visa or Master Charge only.  There will be
  245.   an additional charge applied for shipping costs to reflect the
  246.   actual cost of shipment.
  247.  
  248.  
  249. INFINITE TECHNOLOGIES
  250. 11433 CRONHILL DRIVE, SUITE H
  251. OWINGS MILLS, MD  21117
  252. (410)-363-1097
  253.  
  254. FAX your credit card orders -- (410)-363-3779
  255.  
  256.  
  257. PRODUCTS FROM INFINITE TECHNOLOGIES
  258. ===================================
  259.  
  260. Infinite Technologies offers innovative and easy-to-use software
  261. solutions, designed primarily for the networked environment.
  262.  
  263. We back our products with dependable service and special attention
  264. to individual requirements.  All of our programs are easy to learn
  265. and use, and are designed to increase your efficiency.
  266.  
  267.  
  268. NETWORK UTILITIES
  269. -----------------
  270.  
  271. *  I-Queue! - Simplifies network printing and print queue management
  272.    in the Novell NetWare environment.  From within a small memory
  273.    resident pop-up (0 to 2-1/2KB), I-Queue! allows users to easily
  274.    change NetWare print queues and modify "capture" parameters.
  275.    I-Queue! is compatible with Novell's PRINTCON/PRINTDEF and adds
  276.    global PRINTCON support for Novell's own utilities.
  277.    Queue management capabilities include:  delete/reorder print jobs,
  278.    move/copy jobs between queues, and hold/delayed printing.
  279.  
  280. *  CastAway! - A better NetWare broadcast message trap.  Get NetWare
  281.    message notification (e.g., SEND) without your PC locking up until
  282.    you press CTRL-ENTER!  Get notified of new messages while in graphics
  283.    based applications!  All in 0 to 1-1/2KB of conventional memory!
  284.  
  285. *  PopIT! - Gain pop-up access to almost ANY program with less than
  286.    2-1/2 KB overhead.  Network administrators -- access SYSCON,
  287.    RCONSOLE, FCONSOLE and all of your favorite network utilities
  288.    without leaving your current application.
  289.  
  290. *  OnCall! - A memory resident "Chat" utility for Novell NetWare,
  291.    that runs in between 0 and 2-1/2 KB of workstation memory.
  292.    Simple, straightforward, and easy to use.
  293.  
  294. EXPRESSIT! ELECTRONIC MAIL
  295. --------------------------
  296.  
  297. *  ExpressIT! Electronic Mail - The ExpressIT! Electronic Mail product
  298.    family includes the following products:
  299.  
  300.    *  ExpressIT! - The network version of ExpressIT!, including
  301.       the MHS-compatible DOS version, which runs in less than 2KB of
  302.       resident memory.
  303.  
  304.    *  ExpressIT! Remote - A remote version of ExpressIT! (DOS) customized
  305.       for use on stand-alone/remote PCs.  Includes Personal MHS and
  306.       allows users to send and receive mail with any MHS based
  307.       electronic mail system.  Includes the ability to run the MHS
  308.       Connectivity Manager from within the 2KB TSR without exiting
  309.       your current application.
  310.  
  311.    *  ExpressIT! Windows Client - An upgrade for the network version
  312.       of ExpressIT! offering native support for the Microsoft Windows
  313.       environment, and a wealth of additional features.
  314.  
  315.    *  ExpressIT! Remote Windows - A remote version of the Windows
  316.       version of ExpressIT! customized for use on stand-alone/remote
  317.       PCs.  Includes Personal MHS and allows users to send and receive
  318.       mail with any MHS based electronic mail system.
  319.  
  320.       A special Windows based MHS configuration utility eliminates the
  321.       need to use the MHS Directory Manager.
  322.  
  323.    All versions of ExpressIT! include ExpressIT! Directory Assistance,
  324.    facilitating automatic exchange of user directories between ExpressIT!
  325.    hosts.
  326.  
  327. MHS GATEWAYS AND UTILITIES
  328. --------------------------
  329.  
  330. *  MHS Scheduler - An MHS mail agent that provides greater flexibility
  331.    in configuring when MHS will connect to a host.  On a host-by-host
  332.    basis, the MHS administrator can configure different frequencies of
  333.    forced connections based on different times of the day, with
  334.    separate weekday, weekend, and holiday scheduling possible.
  335.    MHS gateways and internetwork connections can also be scheduled.
  336.    The companion RunIT! utility simplifies the creation of batch file
  337.    gateways...now you can run your tape backup system on your MHS
  338.    server.
  339.  
  340. *  PageIT! - An MHS gateway connecting MHS-based electronic mail
  341.    systems to full text alphanumeric pagers.  Once configured,
  342.    sending messages to an alphanumeric pager is as simple as
  343.    sending a message from your favorite MHS application.
  344.  
  345. *  ForwardIT! - An MHS mail agent for automatically forwarding
  346.    MHS based electronic mail messages.  ForwardIT! can forward
  347.    (or copy) messages addressed to an MHS address to an alternate
  348.    address.
  349.  
  350.    ForwardIT! is most useful in the MHS remote e-mail environment.
  351.    By remote, we refer to field workers or business travelers who
  352.    operate ExpressIT! Remote, or other MHS compatible remote
  353.    software, on a PC or laptop to access their electronic mail
  354.    from a distant location.  Examples could include a salesperson
  355.    between sales calls, a business traveler in a hotel room,
  356.    or work-at-home scenarios.
  357.  
  358.    Without ForwardIT!, when mail is sent to a recipient's office
  359.    address, MHS does not allow for a remote user to dial into the
  360.    network and retrieve mail waiting for their office address.  Mail
  361.    addressed to this office address can only be picked up at the
  362.    office.
  363.  
  364.    In order to send a message to the user's MHS remote, the sender
  365.    must assume responsibility for sending a copy of the message to
  366.    the remote MHS address.
  367.  
  368.    With ForwardIT!, the user leaves a forwarding address at the
  369.    office, and while they're out, all messages will be forwarded,
  370.    or copied, to their forwarding address, giving users transparent
  371.    access to their electronic mail while away from the office.
  372.  
  373.    This forwarding address can be any valid MHS address, including
  374.    addresses via MHS gateways.
  375.  
  376. *  MhsQ! - An MHS gateway interface to NetWare print queues.
  377.    Messages can be sent via MHS to a NetWare print queue.
  378.    This capability can be useful for MHS remote sites and/or
  379.    MHS enabled applications for generating printed output
  380.    and/or reports.
  381.  
  382.    Sample applications for MhsQ! include generating work orders to
  383.    a printer via MHS.
  384.  
  385. DOWNLOADING TRIAL VERSIONS FROM COMPUSERVE
  386. ------------------------------------------
  387.  
  388.    30-Day Trial Versions of many Infinite Technologies Products are
  389.    available on CompuServe!  Look for the following files in the
  390.    NOVLIB Forum, Library 15 or 17:
  391.  
  392.       XPRESS.ZIP - ExpressIT! Electronic Mail (DOS Version)
  393.       EXPWIN.ZIP - ExpressIT! Electronic Mail (Windows Version)
  394.       POPIT.ZIP  - PopIT!
  395.       ONCALL.ZIP - OnCall!
  396.       CASTAW.ZIP - CastAway!
  397.       IQUEUE.ZIP - I-Queue!
  398.       MHSCED.ZIP - MHS Scheduler
  399.       PAGEIT.ZIP - PageIT!
  400.       4WARD.ZIP  - ForwardIT!
  401.  
  402.    And don't miss our *FREE* utilities:
  403.  
  404.       NETERR.ZIP - Network error handlers (CRITTER, SHATTACH)
  405.                    to reboot unattended workstations and clear
  406.                    network errors.
  407.       MHSACT.ZIP - Automatically re-activate deactivated MHS
  408.                    internetwork hosts without operator intervention.
  409.       MHSSWP.ZIP - Redirect MHS swap files to a local drive or
  410.                    VDISK.
  411.       CREATQ.ZIP - Create NetWare print queues on a volume other
  412.                    than SYS:
  413.       MHSBPL.ZIP - Configure MHS 1.5C host to host communications
  414.                    to use the B+ protocol.
  415.       SENDIT.ZIP - Send MHS messages from the DOS command line
  416.                    or batch files.
  417.  
  418.    Browse NOVA on the keyword INFINITE for a complete listing of all
  419.    Infinite Technologies uploads!
  420.  
  421.          BRO /KEY:INFINITE /LIB:ALL
  422.  
  423.  
  424.  
  425.  
  426. FOR MORE INFORMATION, CONTACT:
  427.  
  428.  
  429.                       ▄▄████▄▄
  430.             ▄█▀█▄   ▄█▀▀  ▀▀███▄
  431.            █▀   ▀█▄█▀        ███
  432.            ▀█▄ ▄█▀ ▀█▄▄    ▄██▀
  433.              ▀▀▀      ▀▀▀▀▀▀
  434.            ███           ▄███ ███          ███  ▄██
  435.            ███ ▄▄▄ ▄▄▄  ▄███▄ ▄▄▄ ▄▄▄ ▄▄▄  ▄▄▄ ▄███▄  ▄▄▄▄
  436.            ███ ███▀ ███  ███  ███ ███▀ ███ ███  ███  ███▄██
  437.            ███ ███  ███  ███  ███ ███  ███ ███  ███▄ ▀██▄▄▄
  438.  
  439.             T   E   C   H   N   O   L   O   G   I   E   S
  440.  
  441.                    11433 Cronhill Drive, Suite H
  442.                        Owings Mills, MD 21117
  443.                           (410)-363-1097
  444.                        FAX:  (410)-363-3779
  445.  
  446.           via MHS and Novell's NHUB:  SUPPORT @ INFINITE
  447.                 via CompuServe Mail:  >MHS:SUPPORT @ INFINITE
  448.                                         or 73270,405
  449.  
  450.